home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / game / role / World.lha / source / arrays.h next >
Text File  |  2001-03-06  |  317b  |  8 lines

  1.  
  2. /* The arrays declared elsewhere are used starting with index 0;
  3.    those declared below starting with index 1     */
  4.   int  gtext[5];
  5.   short locdat[LOCNUM+1], odistb[OBJMX2+1];
  6.   short obnoun[OBJMAX+1], obadjv[OBJMAX+1], obw3[OBJMAX+1];
  7.   short obw4[OBJMAX+1], obpprp[OBJMAX+1], obimpr[OBJMAX+1], obloc[MOVMAX+1];
  8.